統計
MATLAB Answers
5 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
i'm trying to enhanced image by gaussian high pass filter but it can't work... can you help me to repair my program? thangkyou before
% function GaussianHighPass [m n]=size(image.jpg); f_transform=fft2(image.jpg); f_shift=fftshift(f_transform); x0=m/...
11年以上 前 | 1 件の回答 | 0
1
回答質問
can you help me to make algorithm, if i want to get LBP value from 13x13 image's size?
clear all; close all; clc; I=imread('s.jpg'); figure,imshow(I) w=size(I2,1); h=size...
11年以上 前 | 0 件の回答 | 0
0
回答質問
i'm trying to enhanced image by gaussian high pass filter but it can't work... can you help me to repair my program? thangkyou before
% function GaussianHighPass [m n]=size(image.jpg); f_transform=fft2(image.jpg); f_shift=fftshift(f_transform); x0=m/2; y0=n...
11年以上 前 | 1 件の回答 | 0
1
回答質問
can blkproc function is used in LBP?
can you explain me fun function in blkproc below: I = imread('liftingbody.png'); fun = @(x) std2(x)*ones(size(x)); I2 =...
11年以上 前 | 2 件の回答 | 0
2
回答質問
feature extraction using Local Line Binary Patterm
i have image with size 156x156, i want block this image to 13x13 block size. can you help me to get it using LLBP??
11年以上 前 | 3 件の回答 | 1