Sponsored Content
Full Discussion: Vs basic
The Lounge What is on Your Mind? Vs basic Post 302986717 by teak on Tuesday 29th of November 2016 08:19:03 AM
Old 11-29-2016
Computer Vs basic

There isn't much of a relation between 80's BASIC and today's BASIC.
A lot of languages seem similar. The BASIC I worked with was Dartmouth or VSBASIC. Now existing as ATARI BASIC. PERL and JULIA look appealing, it would be nice if there where a program like VSBASIC. 80's Nostalgia.SmilieSmilie


Moderator's Comments:
Mod Comment Moved to What is on Your Mind? forum as that appears a better fit.

Last edited by rbatte1; 11-29-2016 at 09:30 AM.. Reason: moved thread so added a moderator comment.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Basic

hi, I am pretty new both to unix and this forum, can anyone help me to give shortcuts to my commands... eg:- instead of "cd /usr/bin" i want to to give " bin " and get to that path. I'm using HP-UX 11.0 abey (2 Replies)
Discussion started by: abey
2 Replies

2. What is on Your Mind?

Basic...

hi, I am pretty new both to unix and this forum, can anyone help me to give shortcuts to my commands... eg:- instead of "cd /usr/bin" i want to to give " bin " and get to that path. I'm using HP-UX 11.0 abey (2 Replies)
Discussion started by: abey
2 Replies

3. HP-UX

Bt-basic

Hi Guys, I very new to bt-basic even I got 8 years experience on UNIX. I searched through google about bt-basic but nothing really give me solid documentation. Anybody have documentation or manual for this bt-basic? Pls help me (2 Replies)
Discussion started by: shahru
2 Replies

4. UNIX for Dummies Questions & Answers

Need some basic help

Hi everyone, I need some help! I know that this is a very simple little problem but I seem to be stuck. I was just wondering if you could show me the right way. I basicly have to write a single line of commands (using piping) to do the following: From the file data.txt, select all of the... (2 Replies)
Discussion started by: itk
2 Replies

5. HP-UX

to know the basic

Hi, Good morning I want to install HP-Unix in my PC. I already have windows XP home edition in my PC. I do not want remove XP,But I need HP-Unix in the same system. Is it posssible? If it is what is the name and version of HP-Unix cd? Where can I get the CD to install. I have... (4 Replies)
Discussion started by: nandhini
4 Replies

6. UNIX for Dummies Questions & Answers

basic if else

I know this is pretty basic, but i cant figure it out to save my life. i want it to ask for a variable, as long as that variable isnt -/0 i want it to print out the area. else if the variable is -/0, i want it to print out invalid entry. the only problem is it will still try to print out the... (1 Reply)
Discussion started by: cookiebooy
1 Replies

7. Solaris

Basic - how do I?

How do I use ls and grep together to count a certain number of files in a directory? -Thanks (1 Reply)
Discussion started by: secno
1 Replies

8. UNIX for Dummies Questions & Answers

Basic help

Hi , I need to know the difference between $((command)) and $(command) and $(($(command))). "" and '' and ``. I have tried searching the help files but cant able to find this. Could you let me knoq about any document. Thanks (4 Replies)
Discussion started by: Raj999
4 Replies
OPENCV_TRAINCASCADE(1)						   User Commands					    OPENCV_TRAINCASCADE(1)

NAME
opencv_traincascade - transcascade application SYNOPSIS
opencv_traincascade [options] DESCRIPTION
traincascade application. OPTIONS
opencv_traincascade supports the following options: BASIC OPTIONS
-data cascade_dir_name -vec vec_file_name -bg background_file_name -numPos number_of_positive_samples The default is 2000. -numNeg number_of_negative_samples The default is 1000. -num Stagesnumber_of_stages The default is 20. -precalcValBufSize precalculated_vals_buffer_size_in_Mb The default is 256. -precalcIdxBufSize precalculated_idxs_buffer_size_in_Mb The default is 256. -baseFormatSave CASCADE OPTIONS
-stageType The default is BOOST. -featureType Set feauture type . You can select HAAR or LBP. The default is HAAR. -w sampleWidth The default is 24. -h sampleHeight The default is 24. BOOST OPTIONS
-bt {DAB|RAB|LB|GAB} The type of the applied boosting algorithm. You can choose between Discrete AdaBoost (DAB), Real AdaBoost (RAB), LogitBoost (LB) and Gentle AdaBoost (GAB). The default is GAB. -minHitRate min_hit_rate The default is 0.995. -maxFalseAlarmRate max_false_alarm_rate The default is 0.5. -weightTrimRate weight_trim_rate The default is 0.95. -maxDepth max_depth_of_weak_tree The default is 1. -maxWeakCount max_weak_tree_count The default is 100. HAARFEATURE OPTIONS
-mode <BASIC|CORE|ALL> The type of the applied haarFeature mode. You can choose between BASIC, ORE and ALL. The default is BASIC. EXAMPLES
TODO SEE ALSO
opencv_haartraing(1), opencv_performance(1) More information and examples can be found in the OpenCV documentation. AUTHORS
This manual page was written by Nobuhiro Iwamatsu <iwamatsu@debian.org> for the Debian project (but may be used by others). OpenCV May 2010 OPENCV_TRAINCASCADE(1)
All times are GMT -4. The time now is 10:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy