Md
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
212.400
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
need to plot the accuracy vs epoch graph
allImages = imageDatastore('TrainingData', 'IncludeSubfolders', true,... 'LabelSource', 'foldernames'); %% Split data into...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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. ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
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)...
alrededor de 2 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
alrededor de 2 años hace | 1 respuesta | 0