질문


App designer - display multiple ROI on the same image
Hi, I want to display a crosshair and a circle right in the middle of my image. I wanted to do this by defining a function, as ...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


looping throwing errors, how can I avoid them?
Hi folks, I have a couple of questions about the following code. I get an error when doing the k-loop which states "Reference t...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Question about accessing data in a nested struct
Hi all, I am trying to get data from an xml file using xml2struct. Calling the struct using dot notation such as Settings.CAF...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Error using imwrite to convert .tif files to .jpeg
Hi, I'm using the following code to convert .tif images to .jpeg folder = 'D:\CAF\TR coke run Jan 21\'; imageFiles = dir([fol...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Help with an error when calling a function
Hi All, I have the following function, but every time I call it I get this error message. function [C] = SquareCentroids( Temp...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


error converting chars to string
Hi folks, I keep getting an error when running the following line of code: Names = xml2struct([TestFolder '\captureSettings.x...

대략 3년 전 | 답변 수: 2 | 0

2

답변

질문


How to make this code more efficient, and also how to output results to single excel file with multiple sheets?
Hi there, I have the following code, which admittedly might be horridly inefficient due to my lack of experience with coding an...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


xlswrite error; not working entirely or throwing up an error
Hi All, I'm getting the following error when using xlswrite: Error using xlswrite (line 224) Invoke Error, Dispatch Exceptio...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


How can I display only one channel of an HSV image?
Hi folks, is there a way to threshold out a single channel from an image in the HSV colour space? I am trying to mask it over th...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Is there a way to clean the image such that the smaller pieces are not included?
Hi, I am working on thresholding an image (code included below). The threshold works well but includes several smaller pieces t...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Thresholding an image based on part of a histogram's values
Hi folks, I'm trying to get the parts of an image that fall between 2 values of its grayscale histogram, the revert the image ...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Is there a way to get the numerical values corresponding to a particular section of a histogram?
Hi folks, I'm trying to threshold an image based on a histogram, but I need to eliminate all but a certain part of the histogra...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Thresholding/Segmenting an image based on histogram
Hi folks, I have an image that I have converted to HSV format, and split the image into each channel (H, S and V). I want to fu...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Drawing the gradient histogram of a grey image's one
Hi folks, I'm trying to plot the differential/gradient of a gray image's histogram, to highlight the points of interest more re...

거의 4년 전 | 답변 수: 2 | 0

2

답변

질문


How can you read a filename but store a specific number within it?
Hi All, I'm trying to analyse a bunch of files that have filenames like "1 crop 1, area - 122637", "1 crop 2, area - 88497" etc...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Trying to move images to different folder based on CNN classification, and failing
Hi folks, I'm trying to pass my images for classification to a CNN and then move each image (after being classified) to a folder...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


Error reading through all images in a directory
Hi folks, I'm trying to loop through all images in a directory but I get an error that my file doesn't exist, despite it defini...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


CNN seems to be too inaccurate to classify my images. Is there an alternative that I can explore?
Hi folks, I've attached examples of 2 different classifications for images that I'm working with below. My CNN (and a retrained...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


Trying to classify images with a CNN but getting errors
Hi all, Apologies in advance, I'm new to Matlab. I'm trying to pass some images to a CNN for classification but am stuck in res...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


How can I centre points of interest in an image before it's cropped and saved?
Hi folks, I've successfully managed to crop segmented elements from an image into several images, but I'm now trying to reduce ...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


Trying to automatically crop an image into several smaller images based on segmentation
Hi all, Apologies in advance, I'm not well versed in Matlab. I'm trying to crop a segmented image into several smaller pieces...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


Is there a way to compute the percentage of pixels in this image of a certain colour, whilst ignoring the (dark blue) background in the calculation?
Hi, I'm trying to get the percentages of different coloured pixels in this image, but haven't found a way to either ignore the ...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


Recognising/classify segmented objects in RGB image
Hi all, After successfully thresholding an image using Otsu's method, is there a way to pass the thresholded objects only with ...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


Histogram-based RGB segmentation
Hi All, I'm trying to segment an RGB image based on it's histograms; my code is as follows: %Split into RGB Channels ...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


How to pass images to a cnn for analysis?
Hi folks, I'm not very familiar with matlab so apologies for the obvious question, but how can I pass an image to my cnn to be ...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


how to pass image to function after k-means?
hi folks, I want to perform a watershed transform on an image after performing a k-means clustering, below is my code. img = ...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


Counting the number of objects in an image based on colour
I have several images from optical microscopes that contain features of different types of minerals. Is there a way to segment t...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


Error when trying to create a loop for k-means
Hi all, I'm trying to loop for a given value of k for a k-means segmentation. The following is the documentation code: mask1 ...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


rotating and saving images to folder: error during loop
Hi folks, I'm trying to read all files in a folder, rotatet them 90 degrees, then save them to the same folder. I need to do ...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Is it possible to use Alexnet to classify multiple objects in a single image?
I'm trying to identify thousands of objects in a mosaic image. I have split this mosaic into several 227x227 images, but I would...

4년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기