photo

elfrida


maranatha christian university

Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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/...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 11 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


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 =...

plus de 11 ans il y a | 2 réponses | 0

2

réponses

Question


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??

plus de 11 ans il y a | 3 réponses | 1

3

réponses