|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAlgorithm
public class Algorithm
Class that contains all the algorithm functionality for video shot detection.
Videosegmenter
,
GlobalHistogram
,
LocalHistogram
,
EdgeDetector
,
EdgeHistogram
,
ResizedImageObject
Field Summary | |
---|---|
double |
edgeColorThreshold
|
double |
globalColorThreshold
|
double |
localColorThreshold
|
Constructor Summary | |
---|---|
Algorithm(Videosegmenter main)
Standard constructor. |
Method Summary | |
---|---|
double |
getEdgeThreshold()
Method that returns the local color histogram threshold |
double |
getGlobalThreshold()
Method that returns the global color histogram threshold |
double |
getLocalThreshold()
Method that returns the local color histogram threshold |
void |
runAlgorithm()
Method to run one of the algorithms, boolean values decide which one to be run |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double globalColorThreshold
public double localColorThreshold
public double edgeColorThreshold
Constructor Detail |
---|
public Algorithm(Videosegmenter main)
main
- Main class referenceMethod Detail |
---|
public void runAlgorithm()
public double getGlobalThreshold()
public double getLocalThreshold()
public double getEdgeThreshold()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |