MATLAB
winxp-pic
喜欢编程!从事图象处理、模式识别算法研究、网络编程。努力为客户创造价值
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
转一个MTALAB的图像对数极转换的程序
% POLARTRANS - Transforms image to polar coordinates%% Usage: pim = polartrans(im, nrad, ntheta, cx, cy, linlog, shape)%% Arguments:% im - image to be transformed.% nrad原创 2007-08-08 21:52:00 · 3356 阅读 · 2 评论 -
pgm转jpg
clc; clear all; fileFolder=fullfile('C:\\Users\\xx\Desktop\\BioID-FaceDatabase-V1.2\\'); dirOutput=dir(fullfile(fileFolder,'*.pgm')); fileNames={dirOutput.name}'; fileNames im = imread('C:\\Us原创 2016-11-03 17:55:49 · 3258 阅读 · 0 评论
分享