Skip to content

This is a python library,it can denoise the mat and make the mat auto-normal

License

Notifications You must be signed in to change notification settings

jimenbian/AutoNorm-mat-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoNorm-mat-

This is a python library,it can denoise the mat and make the mat auto-normal.

function:

DenoisMat(mat)-make the mat denoise

AutoNorm(mat)-autonorm the mat

example:

mat=[[1,42,512],[4,5,6],[7,8,9],[2,2,2],[2,10,5]]

AutoNorm(mat)=[[0.0, 1.0, 1.0], [0.5, 0.075, 0.00784313725490196], [1.0, 0.15, 0.013725490196078431], [0.16666666666666666, 0.0, 0.0], [0.16666666666666666, 0.2, 0.0058823529411764705]]

About

This is a python library,it can denoise the mat and make the mat auto-normal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages