semantic segmentation
Hi, I want to implement an algorithm for semantic segmentation using OpenCV. As per my knowledge there is no current implementation of semantic segmentation in OpenCV . Is it possible to implement by myself with the help of functions in OpenCV. Are there any general steps to be followed to implement it (For ex: textonBoost + CRF)