Search found 2 matches
- 2014-04-23T02:22:17-07:00
- Forum: Users
- Topic: can't get the similarity image
- Replies: 2
- Views: 2988
Re: can't get the similarity image
I understand now. Thanks Fred!
- 2014-04-22T10:31:45-07:00
- Forum: Users
- Topic: can't get the similarity image
- Replies: 2
- Views: 2988
can't get the similarity image
I have created two jped images and I am trying to get the similarity image from them using MagickCore.
This is the full code:
#include <string.h>
#include "ImageMagick-6/magick/MagickCore.h"
int main()
{
ExceptionInfo *exception;
Image *base_image, *reference_image, *composed_image;
double ...
This is the full code:
#include <string.h>
#include "ImageMagick-6/magick/MagickCore.h"
int main()
{
ExceptionInfo *exception;
Image *base_image, *reference_image, *composed_image;
double ...