Giter Club home page Giter Club logo

image-registration's People

Contributors

dforsbergsectra avatar fordanic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

image-registration's Issues

I am so sorry! But I still have trouble

this is my startup file
addpath('path-to-this-repository')
setup_image_registration_repository();

load ('NORMA_002_S_0295.mat')
im = double(squeeze(D));
moving = im;

fixed=load('template_041_S_0898.mat')
im1 = double(squeeze(D));
fixed = im1;

[deformed, displacementField, displacementFieldInverse] = run_non_rigid_registration(moving, fixed, 'demons', 'add', 3, 0, [10], true, [1.5], true, [1.5])

But it is wrong!
here are the mistake:
Image size is too small for this resampling factor. No resampling.
Image size is too small for this resampling factor. No resampling.
Error using add_update_field_to_acc_field (line 53)
Unknown accumulation method

Error in registration_execute (line 365)
registration.displacementField =
add_update_field_to_acc_field(...

Error in run_non_rigid_registration (line 178)
registration_execute();

Error in startup (line 35)
[deformed, displacementField, displacementFieldInverse] =
run_non_rigid_registration(moving, fixed, 'demons', 'add', 3, 0,
[10], true, [1.5], true, [1.5])

Sorry!

Error using pad (line 60)

Hello,
I am new to image registration, and when I ran registration_example3d.m there is the error:

Error using pad (line 60)
First argument must be a string array, character vector, or cell array of character vectors.

Error in display_image (line 76)
imPlaneYX = pad(plane,[sz sz]);

Error in display_fixed_moving_warped (line 35)
display_image(fixed,1,'fixed','gamma',gamma)

Error in display_results_registration3d (line 46)
display_fixed_moving_warped(fixed,moving,deformed,gamma);

Error in registration_execute (line 455)
display_results_registration3d(...

Error in registration_example3d (line 215)
registration_execute();

I don't know how to fix it,Would you please help me?
Thank you very much!

Something strange happen!

Yesterday I ran the code successfully! But today the code have a error
I just put [deformed, displacementField, displacementFieldInverse] = run_non_rigid_registration(moving, fixed, 'demons', 'sum', 2, 0, [10], true, [1.5], true, [1.5])

then the error
Error using CUDA_non_rigid_registration3d (line 65)
CUDA_affine_registration3d is implemented as a mex-file. It has
not been compiled on this platform.

Error in run_non_rigid_registration (line 132)
[deformed, displacementField{1}, displacementField{2},
displacementField{3}] = ...

I did add dforsberg-cuda-7a242e0d5a4c and dforsberg-matlab_cuda-7877e5d85f5f toolboxes

I dont know why

Wrong use horzcat

Hello,
I am new to image registration, and when I ran registration_example3d.
when I repace the pad by padarray,there is the error:
Wrong use horzcat
The dimensions of the arrays to concatenate are inconsistent.

Error display_image (line 83)
imPlane = [imPlaneYX flipud(imPlaneYZ') flipud(imPlaneXZ')];

Error display_fixed_moving_warped (line 35)
Display_image(fixed,1,'fixed','gamma',gamma)

Error display_results_registration3d (line 46)
Display_fixed_moving_warped(fixed,moving,deformed,gamma);

Error registration_execute (line 455)
Display_results_registration3d(...

Error registration_example3d (line 215)
Registration_execute();
I don't know how to fix it,Would you please help me?
Thank you very much!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.