Feeds
질문
Extract data from text file
I have this 'sample data.txt' text file with the data not in the right form. I need to read this text file and extract the data ...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
Search folder with specific string within the subfolders and display the full name of the folder searched.
I have tried to build a basic code first in searching the folder with '_2D_MDE_TI_' within the subfolder. I've got the correct n...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to find and store specific parameters in text file.
I'm having few text files with both strings and values that are not organized properly and without a consistent patterns. I need...
대략 7년 전 | 답변 수: 2 | 0
2
답변질문
How to convert 4 array matrix to 3 array matrix?
Hi! I'm currently facing this problem. The image load into matlab has gone through an image editing software and save in .tif fo...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to save the output image into the folder as shown in matlab?
Hi there! I'm facing a problem when saving the output image that I need. I've successfully saved the image into the file with my...
거의 8년 전 | 답변 수: 2 | 1
2
답변질문
How to extract the texture from the Region of Interest without including the dark background using GLCM?
I've used active contour to segment the object from the image. Next, feature extracts the texture of the ROI is needed to train ...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
How can I solve this - Undefined operator '.^' for input arguments of type 'struct'. ?
clc; close all; clear all; Im = imread('B1_16.tif'); I=rgb2gray(Im); I=adapthisteq(I); [...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
How can I get back the original image of the segmented area after using active contour? the background is still black but the segmented area fills with the original colour image.
clc clear all; close all; I = imread('B1_51.tif'); I=rgb2gray(I); imshow(I) str = 'Click to select i...
대략 8년 전 | 답변 수: 0 | 0

