Community Profile

photo

Andrew Davies


Last seen: 2 meses hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

All
  • Thankful Level 1
  • Solver
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


Web site preferences in help browser
I just installed R2021a, and selected the web option for the help. On every session, the first time I start the help browser (e....

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Respondida
"Quality" property of VideoWriter object doesn't do anything. How to get higher quality mp4 video?
I have the same issue. The default quality is terrible, which makes the MPEG-4 format unusable for me.

más de 4 años hace | 0

Respondida
Implementing Sobel Gradient without image package
kx= [1 ,0 ,-1; 2,0,-2; 1, 0 ,-1]; ky= [1,2,1; 0,0, 0; -1, -2 ,-1]; H = conv2(im2double(my_img),kx,'same'); ...

alrededor de 6 años hace | 0

Respondida
Need help resolving error "Index exceeds matrix dimensions"
Your problem is that the loop starts with x=0. You then try to access C(x). Arrays start indexing at 1 in MATLAB, so you can't h...

alrededor de 6 años hace | 0

Respondida
How to binarize a signal?
Depends on the criteria you want to use to create your binary signal, but simply using a comparison operator on an array works. ...

alrededor de 6 años hace | 0

Pregunta


Can I change the interpolation used in images shown in a GUI?
I often display images in a resizable GUI. The interpolation used on the image to make it fit in the specified axis provides poo...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta