-1

I am using Marvin framework and Java CV (OpenCV),

Objective : - To detect Green region in video and make a rectangle over that area.

Solution : - Using Marvin Framework , i have been able to detect green region in static image

Problem :- Getting problem doing the same in video , as per frame has to be scanned from x,y coordinates and rectangle has to be made , it is not even showing the detection , performance issues also.

1) Class MarvinTest : which get frame from video and send to SkinDetection class to detect green colored area.

2)Class SkinColordetection : which detect the green region and draw rectangle through it.

Video is made by using this static image moving using movie maker. Need help executing it , the video is running but green colored region is not being highlighted by rectangle.

Gabriel Archanjo
  • 4,547
  • 2
  • 34
  • 41
anshulkatta
  • 2,044
  • 22
  • 30
  • It's simply too much code for people to help you. Check [Short, Self Contained, Correct (Compilable), Example](http://sscce.org/) – karlphillip Apr 17 '13 at 02:48

1 Answers1

0

I have got problem in Thread where i was iterating through x and y coordinate of every frame so , now in marvin framework we have sample program , where it takes care of this issue.

It has been resolved

anshulkatta
  • 2,044
  • 22
  • 30