Feeds
질문
What changes can I make to speed up my code?
I have this code to detect specific shapes in an image using a template, It works very good but withen the second for loop the f...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
MATLAB : How to keep output values after using return
I have this code segment: function [S,r1,r2,c1,c2] = xor2imgs(org,templete,Diff) while (r+O - 1) <= N ...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
How do I move an image into a cell?
I built a 1*5 cell named N and need to copy an image (img)matrix into each entry in it what should I do? This is what I came up ...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
How do I use Black and White mask to find areas with best match to a shape?
So I have an image like this: It's originally an RGB picture of a car fuel door that I applied some code on it to emphasize t...
거의 7년 전 | 답변 수: 0 | 0
0
답변질문
How do I detect a specific object in a photo to trace it out?
Lets say I have this pic here: and I want to seperate the car from the background to do further processing on it (like changi...
거의 7년 전 | 답변 수: 0 | 0
0
답변질문
Why does the auto-evaluation code give me an error for the last argument ?
I'm following a tutorial on coursera and trying to solve this problem: Write a function called small_elements that takes as inp...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
Why can't the function handle the error in a given date input?
I'm studying MATLAB on coursera and stuck with a question: Write a function called day_diff that takes four scalar positive int...
대략 7년 전 | 답변 수: 1 | 0

