photo

elfrida


maranatha christian university

Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

5 Domande
0 Risposte

RANK
36.609
of 299.984

REPUTAZIONE
1

CONTRIBUTI
5 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
60.0%

VOTI RICEVUTI
1

RANK
 of 20.857

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 166.841

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 12 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 12 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 12 anni fa | 3 risposte | 1

3

risposte