Community Profile

photo

kurczak


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


How can I use ROI in movie?
I've already reading one frame at a time and I know want to select a one region of interest on every frame. It should by selecte...

11 years ago | 1 answer | 0

1

answer

Question


How can I change movie to gray (frame by frame)?
I know there are probably easier methods but it must be frame by frame this is what I have: movi = VideoReader('xylophone....

11 years ago | 1 answer | 0

1

answer

Question


How can I find circles that are in certain distance?
I want to find on image that circles wich are for example 50px from each other.

11 years ago | 1 answer | 0

1

answer

Answered
How can I use imfindcircles in real time video?
It takes to long for this operation. I worked on this for a while and i add something like this while(vid.FramesAcquired<=200...

11 years ago | 0

Question


How can I use imfindcircles in real time video?
I have written below code which gives photo from camera and mark circles on them vid = videoinput('winvideo', 1, 'RGB24_640x4...

11 years ago | 3 answers | 0

3

answers

Answered
How can I extract frames from a video and detect a circular object (Such as Football)?
I have similiar probem I have to find circles in real time video, I tried to use imfindcircles but its only for images so i trie...

11 years ago | 0