代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/177606/9444233
m unnomal.m
function output=unnomal(input,reference,strength)
%this function is designed for un-normalizing the data set.
%input the data which will be un-normalized.
%reference the refer
www.eeworm.com/read/359212/10161204
m trainseg.m
%TRAINSEG Interactively train a color segmentation
%
% map = trainseg(im)
%
% Two windows are displayed, one the bivariant histogram in
% normalized (r,g) coordinates, the other the original image.
%
www.eeworm.com/read/163190/10171805
m nc.m
%Name: wei--kai19830426@163.com
%Course: Digital Watermarking
%Project: Calculates the NC (Normalized Correlation)
%function: of watermark images A and A', both of size MxN
%%%%%%% NC %%%%%%
www.eeworm.com/read/238625/7069008
vb movingentity.vb
Public Class MovingEntity
Inherits BaseGameEntity
'protected:
Protected m_vVelocity As Vector2D
'//a normalized vector pointing in the direction the entity is heading.
Pr
www.eeworm.com/read/245849/12778056
m normcorr.m
function [cc,index]=normcorr(a,b)
% Function computes maximum normalized correlation coefficients
% INPUT
% a matrix
% b vector sliding by a (length of b does not exceed number of rows in a
www.eeworm.com/read/316323/13524605
m nc.m
%Name: wei--kai19830426@163.com
%Course: Digital Watermarking
%Project: Calculates the NC (Normalized Correlation)
%function: of watermark images A and A', both of size MxN
%%%%%%% NC %%%%%%
www.eeworm.com/read/259565/11782742
m normcorr.m
function [cc,index]=normcorr(a,b)
% Function computes maximum normalized correlation coefficients
% INPUT
% a matrix
% b vector sliding by a (length of b does not exceed number of rows in a
www.eeworm.com/read/151143/12233116
m normcorr.m
function [cc,index]=normcorr(a,b)
% Function computes maximum normalized correlation coefficients
% INPUT
% a matrix
% b vector sliding by a (length of b does not exceed number of rows in a
www.eeworm.com/read/232744/14183598
todo
* Preferences
- TomoeCanvas
= Width and color of handwriting lines.
= Width, color, and type of normalized lines.
= Width, color, and type of ruled lines.
- Commiting the first candida
www.eeworm.com/read/480367/1318939
h programlocation.h
// ProgramLocation.h
#ifndef __PROGRAMLOCATION_H
#define __PROGRAMLOCATION_H
#include "Common/MyString.h"
bool GetProgramFolderPath(UString &folder); // normalized
#endif