Skip to content

Digital image correlation method, also known as digital speckle correlation method, It is the two digital images before and after the specimen is deformed, and the deformation information of the region of interest is obtained through related calculations. Because this method has extremely loose requirements for the experimental environment, and …

License

Notifications You must be signed in to change notification settings

ecstayalive/DIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIC

中文

Project Introduction

Digital image correlation method, also known as digital speckle correlation method, It is the two digital images before and after the specimen is deformed, and the deformation information of the region of interest is obtained through related calculations. Because this method has extremely loose requirements for the experimental environment, and has the advantages of full-field measurement, strong anti-interference ability, and high measurement accuracy.

Directory Structure

.
├── CMakeLists.txt
├── dataset                 # Store images of the datasets
├── include
│   ├── base.h
│   ├── loader.h
│   ├── process.h
│   └── types.h
├── LICENSE
├── main.cpp
├── README.md
├── README-ZH.md
├── result                  # Store program run results
└── src
    ├── loader.cpp
    └── process.cpp

Project Progress

Stage 1

Original Image

original_image

Corner Detection

thred_image

Contour Detection

rgb_image

Process Result

result

Development Environment

  • Ubuntu >= 18.04
  • OpenCv >= 4.0
  • cmake >= 3.16

About

Digital image correlation method, also known as digital speckle correlation method, It is the two digital images before and after the specimen is deformed, and the deformation information of the region of interest is obtained through related calculations. Because this method has extremely loose requirements for the experimental environment, and …

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages