SalientRegionSegmenter.C File Reference
#include "Gist/SalientRegionSegmenter.H"
#include "Image/CutPaste.H"
#include "Image/DrawOps.H"
#include "Image/ColorOps.H"
#include "Image/ShapeOps.H"
#include "Image/Kernels.H"
#include <cstdio>
Go to the source code of this file.
Defines |
#define | MINIMUM_CONTOUR_LENGTH 5 |
#define | LEN_WEIGHT .20 |
#define | SIM_WEIGHT .20 |
#define | STR_WEIGHT .20 |
#define | RAT_WEIGHT .20 |
#define | DIS_WEIGHT .20 |
#define | NEIGHBORHOOD_RADIUS 12 |
#define | MAX_FAR_TO_NEAR_RATIO 5.0 |
#define | MAX_DISTANCE .25 |
#define | NUM_CHANNELS 3 |
#define | NUM_L_BINS 25 |
#define | NUM_A_BINS 25 |
#define | NUM_B_BINS 25 |
#define | NUM_HISTOGRAM_DIMS 75 |
#define | UNVISITED_REGION 0 |
#define | CENTER_REGION 1 |
#define | CENTER_CORE_REGION 2 |
#define | SURROUND_REGION 3 |
#define | UNASSIGNED_REGION 4 |
#define | OTHER_OBJECT_REGION 5 |
#define | CLOSER_SIDE 1 |
#define | FAR_SIDE 2 |
Detailed Description
segment out object depicted by the salient point. Here we use both region growing and boundary detection
Definition in file SalientRegionSegmenter.C.