Feeds
提问
Reducing the number of distinct colors without using rgb2ind
How can I reduce the number of distinct colors (color quantization) in an image without using _rgb2ind_ or other complex functio...
8 years 前 | 1 个回答 | 0
1
个回答已回答
Using imrotate without losing quality
(Thanks to guys for answering and helping me with this question. To sum things up I've decided to write an answer myself.) ...
Using imrotate without losing quality
(Thanks to guys for answering and helping me with this question. To sum things up I've decided to write an answer myself.) ...
8 years 前 | 1
| 已接受
提问
Using imrotate without losing quality
I'm in a situation that I need to be able to randomly rotate (0-359 angle degrees) different images. I'm currently using _imrota...
8 years 前 | 3 个回答 | 0
3
个回答提问
Check if two colors are similar
How can I compare two RGB colors to see if they look the same (to human eyes). And I'd like to be able to control the amount of ...
8 years 前 | 2 个回答 | 0
2
个回答提问
exec doesn't return tabular data
I'm using the SQLite database in my program. This is how I ran a statement. conn = database('db','','','org.sqlite.JDBC','j...
8 years 前 | 1 个回答 | 0
1
个回答提问
Check if an area in the image can fill another area
I wanna know what is the best way to check if an area in an image can be filled by another area in another image. <</matlabce...
8 years 前 | 1 个回答 | 1
1
个回答提问
How to work with large numbers of mat file
I need to load a large amount of mat files. The problem is that they take too much of memory space. I tried to use _matfile()_ b...
8 years 前 | 2 个回答 | 0
2
个回答提问
Solution to "MatFile objects must be scalar. Try assigning the object to a scalar variable."?
I have quite a few .mat files that I used to _load_ them. But it uses too much memory. I tried to use _matfile_ instead of _load...
8 years 前 | 1 个回答 | 0
1
个回答提问
Filling small areas in image
I wanna fill small areas in a gray-scale image and I want to fill them by the pixels around the area. Input: <</matlabcent...
8 years 前 | 1 个回答 | 0
1
个回答提问
The largest rectangle inside object
How can I get the largest rectangle inside an object with a given center point? <</matlabcentral/answers/uploaded_files/9589...
8 years 前 | 1 个回答 | 1
