Feeds
질문
I want to create boundaries from images that are not clearly colored.
I have RGB.jpg and Gray.jpg images, Which have little clear boundaries. But I can be seen visually to see the difference of colo...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Chech some part of image overlab in full image and percent overlab
How to verify that using matlab code 1. Image B is in the boundary of image A (true or false) 2. Percent area B over...
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to cut area or some part of image ?
I have a binary image A.jpg. I want to cut (automatic cutting without a manual or using curve from boundary side) along the dott...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
I have a RGB image, A1.jpg. I want to draw the boundary as in the image A2.jpg. How to code in matlab?
거의 6년 전 | 답변 수: 0 | 0
0
답변질문
Calculate the distance between objects area using matlab.
I want to know the distance H (highest vertical) and L (longest horizontal) as shown in the picture A1.jpg in the white part. Ho...
대략 6년 전 | 답변 수: 2 | 0
2
답변질문
Calculate the distance L, distance H and circumference (boundary)
How can I write code to calculate the distance L; the longest horizontal way, distance H; the highest vertical and circumferen...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
Put sub images to full images (color and binary)
I have sub color images (A1.jpg and A2.jpeg). How to write code using matlab to connect an image to A3.jpg image. Likewise, fr...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
How to detect the boundary (binary image)
How do I write a program to delete the line L1 (binary image) and make the red line around the boundary area (B2) with the matla...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
combine the 2 binary images
I have 2 images that are the binary same size, M.jpg and N.jpg. I want to combine the 2 images into Z.jpg as shown. How do I wri...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
combine the 2 images
I have 2 images that are the same size, M.jpg and N.jpg. I want to combine the 2 images into Z.jpg as shown. How do I write prog...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
adjust the two images
I will adjust the color of the two images. (a1.jpeg, a2.jpeg) to have the same brightness How to write a program by matlab? Th...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
How do I write a program using MATLAB to find the circumference of a area (white) using the unit as a pixcel (i ever Used to command g = regionprops (label, 'Area');)
7년 초과 전 | 답변 수: 2 | 0
2
답변질문
How do I write code to store the data in a textbox using the format (dd/mm/yyyy) the same image as shown.?.
set(handles.DateFind,'String',cellstr(datestr(format, ' -/--/----')));
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
how can i calculate field in record ( i use ms access):matlab
clc sss=100; conn = database('data_base','',''); curs = exec(conn,'SELECT name,salary-sss as net FROM person order by...
7년 초과 전 | 답변 수: 0 | 0
