Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152
‘#PROJECT’ Articles at TC101 Fall 2015, Page 4
Introduction to Programming Python and C++

Tag Archives: #PROJECT

Final Project Entry 3 #Project

So, we finally started coding and tested some image input which will be essential for the project. After several attempts and through trial and error we finally succeded in running a code and receiving some information about the image received. We also learned how to create a new image and return it. We still have a long way to go, but if we keep it up like we have done so far we might finish it soon. 

FINAL PROJECT – WEEK 2

 

This has been pretty difficult to achieve, first I had too many problems on finding the library for mac. When i finally found it I couldn´t match the library with the compiler. i tried making it work with some of the examples from the manual http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf but really couldn´t make it work. I guess we will have to search deeper on the internet on how to use this stuff. I´ll leave here one of the examples I tried to run.

 

 

The guide helped me more to understand about the usage of the library, because at first, I was completely lost and didn´t even know were to begin. Now I have the bases to undestand more the process for coding on this library. It is kind of difficult though to work with something you are not completely familiarized with.

I have watched series of videos on youtube about using image magic, some of them not easy to understand, but in someway they helped me.

 

#Project – #TC101 – Avance

So I was trying to download magick++ in my virtual computer and then it appers this error. I will try to fix it because we are getting late in our project.

Final Project Entry 2 #Project

During this week, we succesfully installed the Magick++ library and run a code without any warning or issue on a Mac. With the program properly working, we intend to start coding during the following weeks. Also, we did some research on several aspects of the library and read the gentle introduction to Magick++. Here’s the link for its PDF: http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf

Final project

So, this week what I did was to correctly call the library and compilate and run a example program. I’ve been looking for that one function which takes the picture and converts it to a matrix, so then I can… Continue Reading →

Final Project (#2)

Hi.. so these week we are been a little more productive (just a little), we manage to install magick 🙂 And we are looking for information in different pages, on how to do the assigment we need to do, here is The ImageMagick graphics library tutorial and explanation on how it works: http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf Samantha Rivera… More Final Project (#2)

Installing Linux (UBUNTU)

Magick ++ is very hard to install in Windows, I’ve tried to installing watching videos, downloading the library but nothing work. So I have to go to Plan B, I install Linux in my computer, specifically in my USB. Here… Continue Reading →

Final Project Entry 1 #Project

Hi! During this week we did some research on the image processing tools. We installled ImageMagic for C++ in a computer but we still couldn’t create a file and make it run properly. We’ll be working on this during the week so by the end of it we expect to have a working platform and several lines of code.  

We also found an awesome guide that explains the functions and their effect on a certain image. 

                                      

Week 1 project

In the first week we found a library for imaging processing.
we have download, so we are going to start working on it
The page that we found is this one
http://cimg.eu/

Project

Ale and I are still trying to figure out how to use the library. In the meantime, we found some webpages that will help us:
http://www.dreamincode.net/forums/topic/76816-image-processing-tutorial/
http://youtu.be/7miwnp8iDm8
http://youtu.be/dtmGlkeImnc…

What should you work on?

Week #12 and more partial exams for you.

For this week's readings:
C++ (TC1017) should either be looking at support for your project, ImageMagick C++ libraries are a good start.
Python (TC1014) should be finishing chapter 11 (Dictionaries).