-
ImageM_20140312
ImageM integrates into a GUI several algorithms for interactve image processing and analysis. It allows to load images, apply filtering and/or segmentation, and run basic analyses. Interface is inspired the open source software ImageJ .
To install, simply unzip, and add the path containing the +imagem directory. The application can be launched by typing:
ImageM( rice.png )
(or any other image provided with the image processing toolbox).
The development of ImageM started as a proof of concept for creating GUI dedicated to image processing. After adding several tools and options, I thought it could be useful to others, and maybe be used as an example of gui development.
ImageM relies on the image processing toolbox and on the GUI Layout Toolbox. Most algorithms are wrapped into a specific Image class that allow to process in a unified way grayscale, binary and color images, 2D or 3D, and that can be used independently.
- 2015-01-14 22:44:04下载
- 积分:1
-
mhjnmtmt
包括脚本文件和函数文件形式,通过matlab代码,有较好的参考价值,可以得到很精确的幅值、频率、相位估计,对HARQ系统的吞吐量分析,感应双馈发电机系统的仿真,包括面积、周长、矩形度、伸长度,到达过程是的泊松过程。(Including script files and function files in the form, By matlab code, There are good reference value, You can get a very accurate amplitude, frequency, phase estimation, HARQ throughput analysis of the system, Simulation of doubly fed induction generator system, Including the area, perimeter, rectangular, elongation, Arrival process is a Poisson process.)
- 2016-03-27 13:53:47下载
- 积分:1
-
SED
code for sobel edge detection
- 2010-08-30 01:28:22下载
- 积分:1
-
An_Intro_to_Parametric_Digital_Filters_and_Oscill
Digital filters and oscillators
- 2011-02-10 01:21:34下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1
-
yundongxue
当时间间隔足够小的时候,速度和加速度的瞬时值可用平均值代替。">
- 2012-05-10 20:58:04下载
- 积分:1
-
16-pianweifenfangcheng-shuzhijiefa
偏微分方程的数值解法【matlab例程】经典算法直接应用方便快捷(Numerical Solution of Partial Differential Equations [convenient] classical algorithm matlab routines direct application)
- 2014-01-20 13:49:25下载
- 积分:1
-
softmax 函数处理
Softmax 函数处理,softmax 用于 Deep Learning 后的分类器的实现与识别,此函数的参数经过优化,有较强的泛化能力和性能(Softmax function processing, softmax classifier Deep Learning for the realization and recognition, the parameters of this function is optimized, there is a strong generalization ability and performance)
- 2014-01-26 12:17:27下载
- 积分:1
-
最终仿真软件
说明: 地铁火灾疏散模型 元细胞自动机 神经网络 BP 蚁群模型鱼群模型(Subway fire evacuation model meta-cellular automata neural network BP ant colony model fish colony model)
- 2021-01-10 14:28:51下载
- 积分:1
-
1
说明: 编程计算图形的面积。程序可以计算圆形,长方形,正方形的面积,运行时先提示用户选择图形的类型,然后,对圆形要求用户输入半径值,对长方形要求用户输入长和宽的值,对正方形要求用户输入边长得值,计算出面积的值后将其显示出来。(Calculate the area of graphics programming. Program can calculate the round, rectangular, square area, run-time prompts the user to first select the type of graph, and then the radius of the circle requires the user to input the value of the rectangle requires the user to input the length and width values, requires the user to input side of the square grow the value to calculate the value of the area after the show.)
- 2009-11-14 21:38:32下载
- 积分:1