Murat Kocaman
2018년부터 활동
Followers: 0 Following: 0
Feeds
질문
Crop Code Loop End with a key Press
clc; clearvars; close all; imtool close all; % Close all imtool figures. workspace; format longg; format compact; fontSiz...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
How to Write Output Figure with Table inside to Excel
I have an image output with a table on my code: <</matlabcentral/answers/uploaded_files/135395/result.JPG>> I am trying to...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
How to Bound Each Output Figure
Hello, Does anyone know if it is possible to close all output figures while closing any of them once? At the moment I am u...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
How to Add Uitable Second Column as the Sum of the First Column
Hello, I have an output which gives the values of objects in an image. I would like to add second column with the sum of the ...
대략 6년 전 | 답변 수: 0 | 0
0
답변답변 있음
How to Copy Labeled Object Area Value and Paste on Other Object
I am trying to find a solution to count not counted objects and give the value of average value(Area) of the whole objects which...
How to Copy Labeled Object Area Value and Paste on Other Object
I am trying to find a solution to count not counted objects and give the value of average value(Area) of the whole objects which...
대략 6년 전 | 0
질문
How to Copy Labeled Object Area Value and Paste on Other Object
Hello, I am not sure if it is possible or not but would like to ask if anybody has a knowledge on copying the properties of a...
대략 6년 전 | 답변 수: 3 | 0
3
답변질문
How to Add Each Click on Count Result Screen
Hi, I would like to add extra mouse clicks to my count result screen. The related part of the code is: Num = numel(s); ...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
How could I mark other than Blue Pixels in this image?
Hello, I would like to mark other than blue pixels. <</matlabcentral/answers/uploaded_files/131053/A.jpg>> Later I wi...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
To Mark Matched Blue Pixels in 2 Images
Hello, I would like to mark matched blue pixels in 2 images. <</matlabcentral/answers/uploaded_files/130431/A.jpg>> <</...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
Where is the Labelled Image
Hello, On image object count I have a labelled image on the interface of the program. Is there a specific name for that l...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
Area Calculation Depends on the Shape
Hello, I would like to ask for the shape recognition to calculate regarding the shap of the object in Matlab. I am doing ...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
To Arrange Count Numbers
Hello, At the count result on image processing, the result is given in random object numbers. Is there a way to set which cou...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to Count Not Counted Objects on Image Processing
Hello, I have attached photo as a result of image object count with image processing. <</matlabcentral/answers/uploaded_fi...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to See Each Formulate Numbers on Regionprops
Hello, I have below code for regionprops. I would like to see "Area" value for each object for my image. There are n object b...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
To Enter a Value in a Formulate
Hello, I have a formulate and use seperate value for each calculation. I would like to enter the value manually. An examp...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to Enter Threshold Value Depend on the Selected Image
Hello, I am using the standard code to enter threshold value as a text and copy it at Matlab screen to run. I would like to e...
6년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
How to Use Area Value on a Formula
<</matlabcentral/answers/uploaded_files/120331/area.png>> Above is what I have at the variables tab. I am trying to applicate...
How to Use Area Value on a Formula
<</matlabcentral/answers/uploaded_files/120331/area.png>> Above is what I have at the variables tab. I am trying to applicate...
6년 초과 전 | 0
질문
How to Use Area Value on a Formula
Hello, I have area value of an object as a result on image processing with Matlab. I would like to learn how to use this ...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
How to See Regionprops Results on Seperate Windows
Hello, My study gives results on matlab interface. The line is: s=regionprops(logical(bw3),'Centroid','Area','Eccentrici...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
How the L C H Values Could Be Seen as a value on an Image
Hi All, I am trying to check an image file to reach its color values and I could see RGB but while trying to check the comman...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
Compare the Real Object with Photo
Hello, I am checking if it is possible to compare an image photo with the same object video. What I want to do is to check if...
6년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Sizing of Poly Objects in an Image
The image becomes as seen below picture so it does not give a result. <</matlabcentral/answers/uploaded_files/107234/ws.JPG>>...
Sizing of Poly Objects in an Image
The image becomes as seen below picture so it does not give a result. <</matlabcentral/answers/uploaded_files/107234/ws.JPG>>...
6년 초과 전 | 0
질문
Sizing of Poly Objects in an Image
Hello, I was trying to measure the length and width of the each objects seen below image. I could have the each objefct seper...
6년 초과 전 | 답변 수: 4 | 0
4
답변답변 있음
How to Enter Rational Threshold Value
% Thresholding % Select Red component level=graythresh(R); binary=im2bw(R,level); figure,imshow(binary) title('...
How to Enter Rational Threshold Value
% Thresholding % Select Red component level=graythresh(R); binary=im2bw(R,level); figure,imshow(binary) title('...
6년 초과 전 | 0
질문
How to Enter Rational Threshold Value
Hello, I would like to add rational thresholding value on my code. The related line is as below: strel('disk',8); is ...
6년 초과 전 | 답변 수: 2 | 0