
opentechlife.wordpress.com
Amarnath's Tech Blog(by Amarnath)
http://opentechlife.wordpress.com/
(by Amarnath)
http://opentechlife.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
0.5 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
6
SSL
EXTERNAL LINKS
0
SITE IP
192.0.78.13
LOAD TIME
0.453 sec
SCORE
6.2
Amarnath's Tech Blog | opentechlife.wordpress.com Reviews
https://opentechlife.wordpress.com
(by Amarnath)
Starting off Image Processing with OpenCV | Amarnath's Tech Blog
https://opentechlife.wordpress.com/2010/09/05/starting-off-image-processing-with-opencv
Amarnath's Tech Blog. Starting off Image Processing with OpenCV. September 5, 2010 3 Comments. I am using GCC to compile my C programs in my Ubuntu machine. You may use any other C compilers and please note to include the CV libraries in your include path. Gcc program.c -o program -I /usr/include/opencv/ -L /usr/local/lib/ -lcv -lhighgui -lcvaux -lm. To run the program after compilation,. In the following posts I would include sample programs and explanations for some of the library functions in OpenCV.
Basic OpenCV Programming – Negative of an Image | Amarnath's Tech Blog
https://opentechlife.wordpress.com/2010/09/05/basic-opencv-programming-negative-of-an-image
Amarnath's Tech Blog. Basic OpenCV Programming – Negative of an Image. September 5, 2010 2 Comments. For starting with image processing using OpenCV, I would suggest to start working on problems and try to write the code for its solution. This can give you real experience in coding and learning syntax can be done as and when its required. Lets see the code to obtain the negative of an image. Loads the required image. Creates a window with the name and window size as specified. July 25, 2011 at 1:42 PM.
OpenCV – Extracting RGB from a color image | Amarnath's Tech Blog
https://opentechlife.wordpress.com/2010/09/08/opencv-extracting-rgb-from-a-color-image
Amarnath's Tech Blog. OpenCV – Extracting RGB from a color image. September 8, 2010 4 Comments. Include stdio.h #include highgui.h #include cv.h #include math.h #include stdlib.h int main(int argc, char * argv) { const char* imagename = argc 1? Argv[1] : lena.jpg; IplImage* img = 0; int h, w, step, channels, i, j, k; uchar *data, *trans; img = cvLoadImage(imagename, CV LOAD IMAGE UNCHANGED); if(! In this example code, we read an image into. And extract required component into a single channel image.
Switch over to LibreOffice! | Amarnath's Tech Blog
https://opentechlife.wordpress.com/2010/10/05/switch-over-to-libreoffice
Amarnath's Tech Blog. Switch over to LibreOffice! October 5, 2010. Many of you must be aware of the formation of ‘The Document Foundation’ to be free from Oracle once it acquired Sun. OOo is now re-branded as ‘LibreOffice’. This is really good news for open source community. Lets see how LibreOffice can be installed in Ubuntu and Debian based systems. Currently only beta versions of EN US builds are available. Echo 'deb http:/ download.tuxfamily.org/gericom/libreoffice. Sudo apt-get install libreoffice3.
Moving on… | Amarnath's Tech Blog
https://opentechlife.wordpress.com/2011/02/12/moving-on
Amarnath's Tech Blog. February 12, 2011. I started this blog primarily for jotting down any technical stuff that I come across in my college life. But I think, I don’t need a full fledged tech blog as I don’t have much to write down and share with guys over net. I believe I can continue my work in my personal blog itself and that would make my personal blog more complete in yet another sense. I have already moved all my posts in this blog to my personal blog vaamarnath.wordpress.com. Send to Email Address.
TOTAL PAGES IN THIS WEBSITE
6
Open Tech Ireland
Event 30th June 2014. You are invited to join Ireland’s first Open Tech Ireland symposium, focusing on Software-Defined Networking, co-hosted by the Open Networking Foundation and the Industrial Development Authority of Ireland, in cooperation with the Irish Software Association, Intune Networks, KEMP Technologies, and Sanctum Networks.
OpenTechIT.Com :: Consulting, Open & Free Business Software, IT & IS solutions, Network & Web Design, Database Developement
Providing Free, Open, Open Source, GNU, free license business software installation, support, and IT training;. Integration of Free, Open Source, GNU IT and IS solutions and business software for very small, small and medium businesses. Free business software installation and training, including software for Web/Mail/File/ Servers and similar;. Desktop and Work Station software;. Business applications: accounting software, business calendars, project management software, etc. Corporate Video Production, ...
Soluciones Digitales - Opentech
AMAMOS LO QUE HACEMOS. THE FUTURE OF RETAIL. Somos la solución innovadora. Para las ideas que inspiran y motivan. Creemos en nuestro espíritu innovador capaz de convertir las ideas originales en realidad. Sumamos nuestro potencial humano, nuestra experiencia y nuestro buen gusto para ofrecer soluciones digitales potentes, funcionales y atractivas. Tenemos más de 9 años de experiencia en la elaboración de diseños 100% originales y vanguardistas. Ideas jóvenes, tradición en tecnología. Premio Adec ' 13.
OpenTechlab in മലയാളം
OpenTechlab in മലയാളം. ഉത്തരങ്ങള് തേടി. ഈ ബ്ലോഗിനെപ്പറ്റി. Saturday, December 1, 2012. ഇത് ഈ ബ്ലോഗിലെ എന്റെ അവസാനത്തെ പോസ്റ്റ് ആണ്. താങ്കള്ക്ക് എന്റെ പുതിയ ബ്ലോഗിലേക്ക്. സ്വാഗതം : http:/ www.tomkonikkara.in/? Links to this post. Wednesday, August 24, 2011. QWERTY കീബോര്ഡും ചില ചിന്തകളും. QWERTY കീബോര്ഡിലെ വിന്യാസ രീതിയുടെ കാരണമെന്താണ്? Links to this post. Labels: എന്റെ തത്വശാസ്ത്രം. വിദ്യാഭ്യാസം. Saturday, August 6, 2011. ഭാഗം ഒന്ന്. ഭാഗം രണ്ട്. Links to this post. Wednesday, July 27, 2011. ഈ CD നല&...
OpenTechLab
In search of answers.". Saturday, December 1, 2012. This is my last post in this blog. Please visit my new blog here: www.tomkonikkara.in. Links to this post. Saturday, September 3, 2011. PyQt: power of Python, beauty of Qt. In this example, we are building a simple GUI with three LineEdit bars and a single button. When the button is clicked, the numbers entered in the LineEdit a and b are added and the sum is shown in the third LineEdit. Pyuic4 widget.ui calc ui.py. From PyQt4 import QtCore, QtGui.
Amarnath's Tech Blog
Amarnath's Tech Blog. February 12, 2011. I started this blog primarily for jotting down any technical stuff that I come across in my college life. But I think, I don’t need a full fledged tech blog as I don’t have much to write down and share with guys over net. I believe I can continue my work in my personal blog itself and that would make my personal blog more complete in yet another sense. I have already moved all my posts in this blog to my personal blog vaamarnath.wordpress.com. Now lets see how the...
Open place for tech lovers | "It's still magic, even if you know how it's done.”
Open place for tech lovers. It's still magic, even if you know how it's done. Environment specific configuration in zend. In software development life cycle, we generally need different type of environments for different purpose like – development , testing , production etc. Its been a big headache to server management team to modify configuration files each time code update to any server. Here we will consider 3 environment- Production , QA and Development in order to explain the process. Production] ph...
Home - OpenTech Media
Open yourself to what's possible! Our mission is to provide innovative training and marketing solutions which will empower people and organizations to create and fulfill on a vision larger than they ever imagined! OpenTech Media’s aim is to design and develop custom engaging and interactive eLearning solutions that create quantum leaps in performance. The point is to create training programs with measurable success parameters linking directly to the customer’s training and business objectives. At...Whate...
OpenTechMind - Blog about Internet,Open Source, Software, Computers, IT, Fun, Humour and more...
Monday, June 13, 2011. The Pencil Maker took the pencil aside, just before putting him into the box. There are 5 things you need to know," he told the pencil, "Before I send you out into the world. Always remember them and never forget, and you will become the best pencil you can be.". One: You will be able to do many great things, but only if you allow yourself to be held in someone’s hand.". Three: You will be able to correct any mistakes you might make.". Four: The most important part of you will alwa...
OpenTech Ministries
We help others DO technology. For the latest tips, ideas and information, visit the OpenTech Blog. Free Web Services for Nonprofits – Grassroots.org. CK-12 – Next Generation Textbooks. Why Open Source in Schools. New Website Based on WordPress. Imagine a World…. Where stewardship and technology combine. Where churches and non-profits pool their resources to achieve something far greater than they initially imagined. Where everyone has access to the tools they need. Where technology is made simple. You ca...
OpenTech, LLC
We are a small group of technically minded professionals who pride ourselves on being the friendliest IT team in Minnesota! Since 1997, we've been guiding our business clients thru the maze of products, services and choices to arrive at the best solution possible. Get in touch with us to see if we can help you solve your problem!
SOCIAL ENGAGEMENT