photo

bamini thavarajah


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

17 質問
0 回答

ランク
148,790
of 300,840

評判
0

コントリビューション
17 質問
0 回答

回答採用率
11.76%

獲得投票数
0

ランク
 of 21,092

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,238

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How can I fill boundary by white pixel?
I have boundary pixel values in mat file and image in jpg format (colour image). I need to fill within boundary by white pixel,...

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

2

回答

質問


How to read two different files that are in different folders ?
I have 2 different folders. Each has 10 sub-folders and each sub-folder has 10 files. I need to read two files at the same time...

約7年 前 | 0 件の回答 | 0

0

回答

質問


how to read images randomly from each folder?
I have 10 folder, each contain 100 images. I have to select 50 images from one folder and 3 random images each from the other r...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


how to tune the cell size in HOG?
I want to tune cell size into 31×31. I need matlab code

約8年 前 | 0 件の回答 | 0

0

回答

質問


How can I combine features for one class into one mat file?
I have 10 mat files for 10 images, file consists features. How can I combine these 10 files into a file? I have to combine one...

約8年 前 | 1 件の回答 | 0

1

回答

質問


How to get orientation histogram for a one cell according to Dalal and Triggs?
I have 31×31 cell. I need matlab coding.

約8年 前 | 0 件の回答 | 0

0

回答

質問


How to select 11×11 cells on image?
I have matrix of 10 selected pixels with x,y coordinate(in column), say 10×2 matrix A. have to take each pixel as a center of c...

約8年 前 | 0 件の回答 | 0

0

回答

質問


How to get right hand side matrix from left hand side matrix in below image ?
<</matlabcentral/answers/uploaded_files/97496/Capture.PNG>>

約8年 前 | 1 件の回答 | 0

1

回答

質問


Can we use k-means clustering on a 100×34596 matrix?
* I have a feature matrix with size 100×34596, with class labels. * This matrix is very large because I want to cluster these m...

約8年 前 | 1 件の回答 | 0

1

回答

質問


Can we change color of the some particular pixel in binary image?
I have binary image. I want to set red color to 100 white pixel only. Is it possible?

約8年 前 | 1 件の回答 | 0

1

回答

質問


how to get random pixel index from binary image with value 1 ?
I have a binary image of large size (256x256). In this image most of the pixel values are zero and some of them are 1. I nee...

約8年 前 | 1 件の回答 | 0

1

回答

質問


choosing 31×31 small cell around candidate points
I have generated 100 points around the edge. points color is red. choosing 31×31 small cell around each candidate points. I wa...

約8年 前 | 1 件の回答 | 0

1

回答

質問


how to detect edge using sobel mask with one pixel thinning?
I need matlab code for this.Thanks in advance.

約8年 前 | 0 件の回答 | 0

0

回答

質問


how to change the color of pixels in a binary image?
<</matlabcentral/answers/uploaded_files/96934/myGray.png>> I want to generating random pixels on edge boundary and give red c...

約8年 前 | 1 件の回答 | 0

1

回答

質問


How can I find nearest neighbor matlab code to classify the object?
I have feature matrix (training ) to testing I want to use nearest neighbour.

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

1

回答

質問


I am using HOG for feature extraction that consist 1×n vector features. I have to print all training image feature into one text file in matrix form. I have tried write matlab code. Can anyone help me?
objects={'apple','bat','beetle'}; trimgs=10; for i=1:length(objects) for j=1:trimgs imgpath=['.\images\' objec...

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

0

回答

質問


I have folder with name 'images' within that folder 20 sub-folders are there. that sub-folder consist 20 images with name like 'img (1).gif'. I have to read images one by one then store the hog features in the text file.
objects={'apple','bat','beetle'};%apple,bat,beetle are sub-folder name trimgs=10; for i=1:length(objects) for j=1...

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

2

回答