搜索资源列表
ear5.rar
- IEEE上关于人耳图像识别的论文:使用改进的非负矩阵分解的人耳识别,Ear Recognition using Improved Non-Negative Matrix Factorization
LH
- Program designed to solve matrixes of n types, by the method LH factorization
Java-public-Factorization
- 利用Java编程实现了将一个整数的分解,将一个正整数分解质因数。 -Java programming to achieve the prime factors of an integer decomposition, a positive integer factorization.
example14
- 题目:将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n, 重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。-Topic: the prime factors o
Feature-fusion-based-on-NMF-and-NSCT
- 一种基于非负矩阵分解和红外特征的图像融 合方法,实现源图像的目标区域和背景区域分别融合。-A proposal method based on non-negative factorization (NMF) and infrared feature is presented for infrared and visual images fusion, which fuses the target region and background respectively .