photo

Peter Bone


Con actividad desde 2010

Followers: 0   Following: 0

Mensaje

Professional Interests: artificial intelligence,machine vision

Estadística

All
  • Personal Best Downloads Level 2
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


SURFMex in Matlab under Ubuntu
Is is possible for me to use SURFMex with the Ubuntu version of Matlab? SURFMex calls the OpenCV implementation of SURF. Will it...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Respondida
how to plot close smooth curve by number of point
Maybe with hobbysplines See its use here http://blogs.mathworks.com/pick/2014/02/07/downsampling-polygons/

alrededor de 10 años hace | 0

Respondida
I want to find out the region which has a white spot in the image, and how many white spots are available.
You could use regionprops to find the area or bounding box of each region. Look for the region with the right size. That could w...

alrededor de 10 años hace | 0

Respondida
How can I know what my image dimension is?
If the image matrix is in your workspace, then just look at your workspace pane. It will tell you the dimensions. You could also...

alrededor de 10 años hace | 0

Pregunta


VideoReader read gets progressively slower
I'm using VideoReader in R2013b to read frames from an xvid video file. It gets progressively slower the more frames it reads. W...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Respondida
How can I perform a fast image transformation using a lookup table?
I've worked this out myself now. For each value in the LUT I now store the single index into the source image as a single value....

más de 10 años hace | 0

Pregunta


How can I perform a fast image transformation using a lookup table?
I have defined my own image transform using a lookup table. The LUT is the same size as the destination image. Each value in the...

más de 10 años hace | 1 respuesta | 0

1

respuesta