photo

Md


Last seen: mehr als ein Jahr vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


need to plot the accuracy vs epoch graph
allImages = imageDatastore('TrainingData', 'IncludeSubfolders', true,... 'LabelSource', 'foldernames'); %% Split data into...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


using servo giving error
Hello, I am using the code below to track red object using servomotor and arduino. clear all; a=arduino("/dev/cu.usbmodem10...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


use arduino uno and servo motor in matlab to track red object
Do I need to do anything in the arduino ide to run this code in matlab? a = arduino('COM7','Uno','Libraries','Servo'); s = s...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to open the hardware setup page
https://www.mathworks.com/help/supportpkg/arduinoio/ug/configure-setup-for-esp32-hardware.html#mw_cca7a81e-2153-4a62-9a4f-1fc269...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


detect the largest red object, its centroid and put bounding box around it
This code detects red objects, their centroid and put bouding box around them, instead of doing this, I want it to detect the la...

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


detecting red object, show centroid and put bounding box around it from the webcam video
I want to make this code to detect red objects, show centroid and bounding box from the inbuilt webcam video of my mac device. ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


convert the image to binary
I need to convert the first image to the second image. I posted about this before but the answers didn't help. One of my c...

fast 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


detecting circle using hough tranform
I am trying to detect circle using hough transform using the image above. My code is RGB = imread('img1.jpg'); imshow(RGB)...

fast 2 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


remove salt and pepper from an image then convert to binary
How can I convert the first image to the second image? I used the code below but it didn't help, and I didn't convert it to...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort