Community Profile

photo

Amir Azadeh Ranjbar


Last seen: 4 jours il y a Actif depuis 2021

Programming Languages:
MATLAB

Statistiques

  • Thankful Level 3
  • Thankful Level 2
  • First Review
  • Explorer
  • First Answer

Afficher les badges

Content Feed

Afficher par

A répondu
How can I create a sliding window for detect orange ball photo with bounding box?
function [BW,maskedRGBImage] = createMask(RGB) %createMask Threshold RGB image using auto-generated code from colorThresholder...

8 mois il y a | 1

Question


download data set ?
Because I live in Iran, I cannot download this link.('https://ssd.mathworks.com/supportfiles/vision/data/human-pose-estimation.z...

8 mois il y a | 1 réponse | 0

0

réponse

Question


texture movie in vr builder
i cant play my movie in my object by texture movie

8 mois il y a | 1 réponse | 0

0

réponse

Question


finger detection like mp.solutions.hands
I wish MATLAB had a similar function for quick and accurate finger recognition. I did not find anything. If anyone knows a met...

9 mois il y a | 1 réponse | 0

0

réponse

Question


Record video from webcam
v = videoinput ( "winvideo" , "1" , "MJPG_640x480" ) ; v.SelectedSourceName = "input1"; src_v = getselectedsource(v); get(src...

9 mois il y a | 1 réponse | 0

0

réponse

Question


I want to change the color of the target object that I created with V_Real Builder every time it is repeated
clc;clear;close all Myworld = vrworld('MyCicle1.x3d'); %% open(Myworld); %% figMy = view(Myworld, '-internal'); vrdrawnow;...

9 mois il y a | 1 réponse | 0

0

réponse

Question


I want to draw the previous point Delete the next point
%__________________________ This is to return to the previous point app.i=app.i-1; if app.i>1 ...

10 mois il y a | 1 réponse | 0

1

réponse

Question


I want to draw the point before and Delete the next point
%______ This is to return to the previous point______________ app.i=app.i-1; if app.i>1 ...

10 mois il y a | 1 réponse | 0

0

réponse

Question


Video Writer for cycle detection
clc;clear all;close all v = VideoWriter('cycles1','MPEG-4'); open(v); Web=webcam; k=1; while k<200 frame=Web.snapshot...

10 mois il y a | 1 réponse | 0

1

réponse

Question


enhance image quality for read Barcode
i want use readbarcode function but i cant find any barcode Because of the low quality of the photo

10 mois il y a | 2 réponses | 0

2

réponses

Question


webcam preview in app designer axes ?
app.Web.preview

11 mois il y a | 1 réponse | 0

1

réponse

Question


how can specified color table
0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0...

11 mois il y a | 1 réponse | 0

1

réponse

A répondu
its not work ?
ohhh.....i got it now for i=1:size(s,1)

environ un an il y a | 0

Question


its not work ?
clear;clc filename='2_5.m4a'; [speech,fs] = audioread(filename); a=audioplayer(speech,fs); win = hamming(0.05*fs,"periodic")...

environ un an il y a | 1 réponse | 0

1

réponse

A répondu
how can create Changing lamp color with start and stop button
app.Lamp_2.Color='g'; d=app.UITable.Data; if height(d)<1 t={'','','','','',''}; ...

environ un an il y a | 0

Question


how can create Changing lamp color with start and stop button

environ un an il y a | 2 réponses | 0

2

réponses

Question


I want the data above the specified threshold to be colored in the table (in app designer)
d=table2array(app.data); d=rmmissing(d); [Coeff,P]=corrcoef(d); app.UITable5.Colu...

plus d'un an il y a | 1 réponse | 0

0

réponse

A répondu
create multi mask using ROI Freehand
Yes thank you very much unfortunately I had not seen it

plus d'un an il y a | 0

Question


create multi mask using ROI Freehand
clc;clear;close all im=imread("circlesBrightDark.png"); image=imshow(im); for i=1:4 roi(i)=images.roi.AssistedFreehand(i...

plus d'un an il y a | 2 réponses | 0

2

réponses

A répondu
Selecting multiple regions of interest with roipoly
thanks you Image Analyst

plus d'un an il y a | 0

Question


RIO iteratively to create mask
clc;clear;close all im=imread("coloredChips.png"); imshow(im); for i=1:6 h(i)=drawcircle; end for i=1:6 mask....

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


calculate kurtosis in matlab and minitab but not same answer
it my data 0.53767 -1.30769 -1.34989 -0.20497 1.83389 -0.43359 3.03492 -0.12414 -2.25885 0.34262 0.72540 1.48970 0.86...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


Extract and sort size of matrix where in the cell
clc;clear;close all im= [0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 ...

plus d'un an il y a | 1 réponse | 0

0

réponse

Question


Using for loop for cell array
clc;clear;close all bw = rgb2gray(imread('image_3.png')); figure;imshow(bw);title('orginal image') [B,~,N]=bwboundaries(b...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


x=0:pi/100:2*pi; y=sin(x); if x>3 plot(x,y,"b*") else x<=3; plot(x,y,"g*") end I Want PLot X>3 using Defferent Color
clc;clear;close all x=0:pi/100:2*pi; y=sin(x); if x>3 plot(x,y,"b*") else x<=3; plot(x,y,"g*") end

plus d'un an il y a | 1 réponse | 0

1

réponse