Statistics
RANK
22.645
of 262.745
REPUTATION
1
CONTRIBUTIONS
34 Questions
3 Answers
ANSWER ACCEPTANCE
73.53%
VOTES RECEIVED
0
RANK
of 17.989
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 113.741
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
How to create a rectangular mask based on current code for making an elliptical mask
I have an code that creates an elliptical mask and rotates it to a certain angle: for k = 0:180/deltaK:180-1 % Loop to Rotate...
9 dagen ago | 2 answers | 0
2
answersQuestion
Automatic cropping of an image using threshold
I have an grayscale image with a intensity distribution. The peaks of the light might be at one locatoion or contain several pea...
ongeveer 2 maanden ago | 1 answer | 0
1
answerHow to read in several 16-bit images and store their filenames?
I solved it with this code: https://www.mathworks.com/help/matlab/import_export/process-a-sequence-of-files.html
3 maanden ago | 0
| accepted
Question
How to read in several 16-bit images and store their filenames?
I have a set of images in a folder that is16-bit and I want to load them into matlab, maybe into an array, to do some calculatio...
3 maanden ago | 2 answers | 0
2
answersQuestion
Image warning about downscaling for preview?
Hi, I am using the Image Acquisition app and sometimes I use the preview with gigecam and I am getting the follwing error: War...
4 maanden ago | 1 answer | 0
1
answerCan you get the maximal intensity of an frame in preview
Problem was solved by taking snapshot and find the maximal value in the frame.
4 maanden ago | 0
| accepted
Add legend in plot in Appdesigner
Solved the problem. I had to add legend(app.UIAxes); to make it visible.
4 maanden ago | 0
| accepted
Question
Add legend in plot in Appdesigner
Hi, I am doing some image processing and I like to plot the result for each added image as a new legend. Number of legends can b...
4 maanden ago | 1 answer | 0
1
answerQuestion
Can you get the maximal intensity of an frame in preview
I am using preview for having an live feed of the camera. I would like to also display the maximal intensity of each frame with ...
4 maanden ago | 1 answer | 0
1
answerQuestion
Place video stream inside of app designer
I have an code that i want to place inside of app designer. The code creates a window that shows the frames (live stream) of an ...
4 maanden ago | 1 answer | 0
1
answerQuestion
Read and extract specific values from a textfile
Hi, I am trying to extact values at diffrent positions from a file with different type of lines. Example of some lines: t= ...
7 maanden ago | 1 answer | 0
1
answerQuestion
How to do convolution of an image with many combinations of a mask, fast?
Hi, I have an normal size image (about 1200x1900) for which I have cropped to a smaller image, but for simplicity lets say i hav...
ongeveer een jaar ago | 1 answer | 0
1
answerQuestion
Error message using timer
Hi, Im having issues with my timers giving lots of error messages when being runned. Im using the timer to plot a capture ...
ongeveer een jaar ago | 1 answer | 0
1
answerQuestion
Saving image in correct format or how do I save only image-part of the figure?
I want to save the "image part" of the figure as .jpeg. That is, everwything that is inside of the axis (without the axis and th...
meer dan een jaar ago | 2 answers | 0
2
answersQuestion
how to set x-axes in a histogram of gray scale image and how to see if the image is saturated (12 bit)
Hi, I am trying to plot a histogram of a unit16 picture (actually its a 12 bit image) and plot the gray scale. I am interested t...
meer dan een jaar ago | 3 answers | 0
3
answersQuestion
How can I get the intensity sum of a circular region around a particular pixel?
I have two regions of light, in circles for which i want to calculate the intensity of region 1 (center circle) and region 2 (ou...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Crop out a section of the image in imshow, how?
I have an image I, I want to crop out a section of the image so i dont use the whole image in the analysis. I have two coordin...
ongeveer 2 jaar ago | 1 answer | 0
1
answerQuestion
Saving figure in app designer.
Hi, I want to save a figure in app designer called app.ScanDataPlot. The code below saves the figure (but just the data, with ...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
how to create used input struct names
Hi. I created a struct, data = struct() I would like to add fields to it based on user input from app designer. For example...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
How to i reset/clear an figure in app designer?
I tried to write app.UIAxes.cla; or cla(app.UIAxes) but it doesn't do the job. Yes it clears the figure, but when I rep...
meer dan 2 jaar ago | 2 answers | 0
2
answersQuestion
How to build on an existing struct 4x4xn matrix?
I have an struct, for example... A = struct(); where we have a 4x4 matrix A.G = rand(4,4); I want to build on values with...
meer dan 2 jaar ago | 2 answers | 0
2
answersQuestion
figures are not opening
Hi, I have some figures I am saving to file from app designer. I am using code fig1.Visible = 'off'; to make the figures i...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
How to handle timer
I have a program in app designer, for which I have a camera that is showing live feed with a timer. See example below,.. ...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
Error with timer TimerFcn
Hi, am using an timer to plot my camera onto UIAxes. I am getting error everytime I stop the timer. I am getting the error te...
bijna 3 jaar ago | 2 answers | 0
2
answersQuestion
how to set exposuretime in appdesigner with EditField?
Hi, I am trying to change the exposure time with an Edit Field, but I am problem accessing the camera properties wihin the ap...
bijna 3 jaar ago | 1 answer | 0
1
answerQuestion
Appdesigner: Workaround Functionality PickableParts?
Hi, I am trying to migrate myCameraGUI into AppDesigner. There are some issues in the Migration Report. For example, the fucnt...
bijna 3 jaar ago | 2 answers | 0
2
answersQuestion
Object not showing, image format?
Hi, I need some help understanding why saving the same image looks so different depending on method used to save the image. I ...
bijna 3 jaar ago | 0 answers | 0
0
answersQuestion
How to plot the intensity profile at 45 degree angle at certin coordinate?
The maximal intensity is located at coordiante (1064; 662). I can plot the line profile vertically and horiontally. My pro...
bijna 3 jaar ago | 2 answers | 0
2
answersQuestion
Convert an image with 16 bit depth to 32 or 62 bit in MATLAB?
How can i convert a 16-bit monocromatic image (no colors, black and white) to 32-bit ot 62-bit depth image? Also, I have an .p...
bijna 3 jaar ago | 1 answer | 0
1
answerQuestion
How to get live feed of the camera with maximal intensity.
Hi, I have a GigE 8-, 12- bit monochromatic camera. I would like to have some kind of live feed of the camera while settin...
meer dan 3 jaar ago | 1 answer | 0