Community Profile

photo

Jenifer NG


Last seen: 8 days ago Active since 2022

Programming Languages:
Python, C++, C, MATLAB
Spoken Languages:
English
Professional Interests:
Image Data Workflows, Image Processing Toolbox, Image Segmentation and Analysis

Statistics

  • Thankful Level 4
  • First Answer
  • Explorer

View badges

Content Feed

View by

Question


Does the Matlab 2023a support the NVIDIA RTX 4090-24G GPU device?
Dear Team, I would like to ask the currents version matlab 2023a for deep learning. Doese it support NVIDIA RTX 4090-24G ...

9 months ago | 3 answers | 0

3

answers

Question


How to train single-class classification ?
Hi All, Could anyone share me a guide to train the machine learning/ deep learning model for single label? I cannot do this...

10 months ago | 1 answer | 0

1

answer

Question


How to using matlab function to process image in c# (visual studio) ?
Hi All, I am try to use Matlab function in c# inside visual studio 2023. but i got the error when call the fucntion. I...

11 months ago | 1 answer | 0

1

answer

Question


How to classify image in standard alone application ?
Hi All, I design 1 app to calssify image label. I trained a network and save network as a .mat file. then load to gui to ...

11 months ago | 1 answer | 0

1

answer

Question


How to enable trigger out signal of Basler USB 3.0 camera ?
Dear All, I connect my Basler camera to matlab through GenTL toolbox. https://www.mathworks.com/hardware-support/gentl.html ...

1 year ago | 1 answer | 0

1

answer

Question


MATLABWindow application failed to launch. Unable to launch the MATLABWindow application. The exit code was: -1073741819
Dear All, I got this message when i open any app of matlab such as: Curve Fitter, Image Segmenter...etc MATLABWindow appli...

1 year ago | 1 answer | 0

1

answer

Question


How to extract the blob of gray image ?
Dear All , I want to extract blob of this image then measure the maximum major length. I try some method but is is not work...

1 year ago | 1 answer | 0

1

answer

Question


How create a 3d model then save as step file format (stp) ?
Dear All, Could anyone know how to create a 3d model then save as stp file ? for example: a spare box with edge a =10cm. ...

1 year ago | 1 answer | 0

1

answer

Question


simulate a B-mode ultrasound image of a 1mm steel ball in water using a 35MHz transducer, where the distance between the transducer and the steel ball is 20mm
Dear All, I want to simulate a B-mode ultrasound image of a 1mm steel ball in water using a 35MHz transducer, where the dist...

1 year ago | 1 answer | 0

1

answer

Question


How to clear the memory used in matlab after image processing?
Dear All, I try to find the way to release or clear memory of matlab after finish image processing. But I fail even use clear...

1 year ago | 1 answer | 0

1

answer

Question


How to use regression to find equation of data set?
Dear All, I would like to ask for some help. I am trying to find the equation present my data. But io stuck when use re...

1 year ago | 1 answer | 0

1

answer

Question


How to shift collum of matrix to the right ?
Dear All, I am trying to reshape my image by shifting the collum of matrix to the right. Coud someone help me ? [ I ...

1 year ago | 1 answer | 0

1

answer

Question


How to convert image from Cartesian to polar coordinate?
Dear all, I stuck when convert image from Cartesian coordinate to Polar coordinate. I need some help. Could any help me so...

1 year ago | 1 answer | 0

1

answer

Question


How to convert scan-lines in polar coordinates to a b-mode ?
Dear All, I want to convert raw data from ultrasound equipment to b mode image. If anyone know how to convert it please ...

1 year ago | 1 answer | 0

1

answer

Question


Remove unwanted area of image ?
Hi Everyone, I want to remove unwanted area of an image by apply image processing. But i stuck to remove area after threshold...

1 year ago | 2 answers | 0

2

answers

Question


How to Increase resolution of 8bit image ?
Hi All, I want to improve resolution of 8bit image to highest resolution if possible. For example 8 bit to 32bit...etc I h...

1 year ago | 1 answer | 0

1

answer

Question


How to find the Intersection between curves and yline ?
Hi All, I want to find the Intersection value of these curves and yline(0.1). Could Anyone please help me ? This is my...

1 year ago | 1 answer | 0

1

answer

Question


How to make an gui to select and preview webcam live Acquire Webcam Image ?
Hi All, I am learning to design an application that can select camera and set resolution like Acquire Webcam Image? Could...

1 year ago | 1 answer | 0

1

answer

Question


How to select camera like drop down button APP designer?
Hi All, I am learning to design an app that can select the avaiable camera from computer as fig bellow. Could you help me...

1 year ago | 1 answer | 0

1

answer

Question


How to stop a for loop by press a button APP designer ?
Hi Everyone, Do you know how to stop a for loop by press a button in APP designer ? I do a research but don't find any solu...

1 year ago | 1 answer | 0

1

answer

Question


How can I plot histogram matlab to uiaxes APP designer?
Hi Everyone, Could some one know how to plot histogram of an image to uiaxes ? This is my code: v = videoinput("winvideo", ...

1 year ago | 1 answer | 0

1

answer

Question


Live webcam with histogram ?
Hi All, Is there anyway to display live histogram of webcam ? Could anyone have some recomendations please ?

1 year ago | 1 answer | 0

1

answer

Question


Add a new page in Design APP?
Dear All, I am design a GUI, But i stuck to get a new page when we click to push button. Could anyone give some help ? If...

1 year ago | 1 answer | 0

1

answer

Question


How to remove other color line in graph ?
Dear All, I am going to find the way to remove other color line in a image I try to use threshold but it is not working. ...

1 year ago | 2 answers | 0

2

answers

Answered
how do I threshold pixels in an image and convert the background pixels to nothing instead of zero?
This is my understand from your question. All value <60 will be convert to NaN I =imread('corn.tif') VALUE = double((I<=60)) ...

1 year ago | 1

Question


how to normalization starting of the curves in same point ?
Dear All,, I try to normalize my data to be same starting point but I stuck. Could anyone help me a recommended ideal ? ...

1 year ago | 1 answer | 0

1

answer

Question


How to improve accuracy of SqueezeNet convolutional neural network?
Dear All, I am new in machine learning segment. I just want to use a CNN to classify my images. In this case, I used Squeez...

1 year ago | 2 answers | 0

2

answers

Question


How to compose more than 2images in a folder ?
Dear All, I have 10 images in a folder need to be composed. I found the function imfuse() but it is work for only 2 images. ...

1 year ago | 2 answers | 0

2

answers

Question


How to apply curve fitter for a table ?
Hi All, I want to apply curve fitting to a table each collum in table is a variable. Now I need to do it manually by each c...

1 year ago | 1 answer | 0

1

answer

Question


How to create image from arrays by random themself ?
Dear all, I want to create a image by using defined arrays a b c in a ramdom step to get a image 44x400 pixel Could anyone h...

1 year ago | 1 answer | 0

1

answer

Load more