ABSTRACT:
A prerequisite for object-based image analysis is the generation of adequate segments. However, the parameters for the image segmentation algorithms are often manually defined. Therefore, the generation of an ideal segmentation level is usually costly and user-depended. A strategy for a semi-automatic optimization of object-based classification of multi-temporal data is introduced by using Super-Pixel algorithm (SP). The Super pixel Contour algorithm is used to generate a set of different levels of segmentation, using various combinations of parameters. Finally, the best parameter combination is selected based on cross validation like Out-of-bag (OOB) error that is provided by SP. By moving the selected combinations, the hidden object is found. This proposed strategy that uses the OOB error for the selection of the ideal segmentation level provides similar classification accuracies, when compared to the results achieved by manual-based image segmentation. This system is operational and easy to handle and thus economizes the findings of missing objects in the dense forest.
IMPLEMENTATION
Classification into multiple segments is based on decision trees.
- Decision trees are individual learners that are combined. They are one of the most popular learning methods commonly used for data exploration.
- One type of decision tree is called CART-classification and regression tree.
- CART- greedy, top-down binary, recursive partitioning, that divides feature space into sets of disjoint rectangular regions.
- Regions should be pure with respect to response variable.
- Simple model is fit in each region – majority vote for classification, constant value for regression.
- This project can be extended for 3D images to find the humans in the frame. The output can be further processed to distinguish between human and non-human in the field view.
- This can be implemented by using object recognition algorithm. After which template matching can be performed.
- By using template matching, the human detected frame can be matched with several images stored in the database.
- Hence, the identity of the frame can be matched if a match exists. Thus by adding these features, more precision and finer details can be introduced.
- The proposed system can be made wearable by integrating it with embedded hardware and software along with camera.
- This enhances portability and improves accessibility.
- A further extension of the project would include motion tracking of the object of interest.
- Used to locate the lost object easily.
- This can be used in robotic vision and surveillance system.