Answered
Curve Fit Using Endpoints of the Data
Note that you can also provide weights for the points you're fitting. Giving the endpoints very high weights compared to the oth...

13 years ago | 0

Answered
Wavelet based image compression using matlab
Nikunj, I'd hate to have to implement this from scratch. But assuming you have the Wavelet Toolbox, please check our really nic...

13 years ago | 0

Answered
Changing alpha property on surface objects causes text objects in GUI to flip direction?
Emily, You've run into a known issue with an incompatibility between your hardware and your version of OpenGL. You can circumven...

13 years ago | 0

Answered
How to stop timer function at a specified time?
Kent, Why not build into the callback a comparison of the current time (help NOW) with the desired stop time? Then, if current ...

13 years ago | 0

| accepted

Answered
Neighbouring image segments
randomName: I also have no idea what EDISON Wrapper is. BUT...given any list of linear indices, IDX, into your [M x N] image, y...

13 years ago | 0

Answered
Would like to detect abandoned objects from video using blob analysis
Sakthi, To detect change in an image (abandoned objects, for instance), you have to look at the differences at multiple timepoi...

13 years ago | 1

| accepted

Answered
What techniques can I use to extract horizontal lines from noisy image data?
Jakob, When your signal looks a lot like your noise, separating the two is very difficult, if not impossible. But in this case,...

13 years ago | 0