Community Profile

photo

Shahid Mandokhail


Last seen: 2年以上 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
Find a White area in image (face)
bro how you get this result of face which you uploaded?

約5年 前 | 0

質問


I am trying to add row to image matrix.
img=imread('frame1.jpg'); >> size(img) ans = 720 1280 3 nimg=img; X=zeros(1,720); nimg=img; >> nimg=[img...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


Error using VideoWriter/writeVideo (line 344) Frame must be 492 by 671
I have total images 180... when i move all imgs toword video...using VideoWriter function My script: ------------------------...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


Index exceeds matrix dimensions.
img=('frame1.jpg'); nayaRes=img; R=img(:,:,1); G=img(:,:,2); Error Masg:Index exceeds matrix dimensions.

5年以上 前 | 1 件の回答 | 0

1

回答