Search found 27 matches: cascade

Return to advanced search

Re: MENUITEM RESOURCE transparency ?

... BtnBmps, XImage, XBrowse, all basic styles without 20?? styles. We have used Bitmaps provided by Mr. Jimmy and also bitmap in \fwh\bitmaps\32x32\cascade.bmp. We used direct file name, resource defined with BITMAP and also resource defined with RCDATA (10). Program function TestMenu()  ...
by nageswaragunupudi
Mon Nov 07, 2022 1:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM RESOURCE transparency ?
Replies: 28
Views: 1243

Re: Learning opencv step by step

Instead of having to train our data and create a XML file ("Haar Cascade") we have found that for images matching it is much simpler to use cv.matchTemplate() as this way we don't need to train any data, we simply search an image inside another image. ...
by Antonio Linares
Thu Dec 30, 2021 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2350

Re: Learning opencv step by step

Another software to create Haar Cascades:

https://amin-ahmadi.com/cascade-trainer-gui/
by Antonio Linares
Thu Dec 23, 2021 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2350

Re: Learning opencv step by step

Another video: https://youtu.be/fgx5LDOx4JY This video provide these utilities to easily create a Haar Cascade file for your own object recognition needs: https://github.com/FiveTechSoft/FWH_tools/blob/master/anas_haartrain.rar I copy it here as a safety backup ...
by Antonio Linares
Wed Dec 22, 2021 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2350

Re: Learning opencv step by step

Next we need to learn how to create our own Haar Cascade:

https://youtu.be/jG3bu0tjFbk

Image
by Antonio Linares
Wed Dec 22, 2021 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2350

FOREIGN KEY

... NULL," cTb[56]+=" PRIMARY KEY (`id`)," cTb[56]+=" FOREIGN KEY (`idgastos`) REFERENCES estudio_ratio(`idestudio`) ON DELETE CASCADE" cTb[56]+=") ENGINE=MyISAM;" La idea es cuando elimine una fila de la tabla estudio_ratio, se haga el delete en cascade en la ...
by jgabri
Mon May 25, 2020 10:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FOREIGN KEY
Replies: 6
Views: 1619

Re: Dolphin y foreign key

Ola Gabriel, Si, se usares FOREIGN KEY con la opción ON DELETE CASCADE, ao eliminar la factura los detalles tambien serán eliminados. Funciona en MyIsam. Note: la tabla principal e las tablas secundarias devem usar lo mismo motor. Todos MyIsam o todos InnoDb. ...
by rogerio
Thu Sep 05, 2019 4:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dolphin y foreign key
Replies: 4
Views: 959

Re: Dolphin y foreign key

... que no este en la tabla categorias. Otro ejemplo: ALTER TABLE `clientes` ADD FOREIGN KEY (`categoria`) REFERENCES `categorias`(`id`) ON UPDATE CASCADE; Esto hara que el campo categoria de la tabla clientes, no permita ingresar un valor que no este en la tabla categorias y que ademas si modifico ...
by cmsoft
Wed Sep 04, 2019 12:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dolphin y foreign key
Replies: 4
Views: 959

Re: Dialog controls are flickering when resized..

... it is easier for me to define it in Resource as Dialog then re-assign the object's parent to Child window.. User can open multiple window and just cascade or tile whatever suits their style in data encoding/analysis.. or maybe it just me. :P Maybe there is a way not to flicker the Group :?: :idea:
by fraxzi
Wed Jun 20, 2018 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog controls are flickering when resized..
Replies: 34
Views: 9113

Re: German and Italian translations help required

... superposição","Horizontal anordnen (nicht überlappend)","Organizza orizzontalmente le finestre" },; { "Cascade", "Cascada", "Cascade", "Cascata","Kaskadierend","A cascata" },; { "Arranges the ...
by Massimo Linossi
Sun Sep 08, 2013 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: German and Italian translations help required
Replies: 5
Views: 4214

Re: Error con un programa de fivewin en una maquina virtual

... => nil       , "FLAGS2" => nil        , "TECLA2" => nil       , "ACCION" => { || ::oWnd:cascade() }      , "WHEN" => { || len( ::oWnd:oWndClient:aWnd ) > 0 } }, ;             { "DESCRIP" => hIdioma:mnuVentSiguien, ...
by quique
Fri Apr 12, 2013 6:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con un programa de fivewin en una maquina virtual
Replies: 47
Views: 8685

Valid with Ribbon-Button

Hi all, I´m trying to implement a mdi management in my app. I have a ribbon group with buttons to cascade, etc the opened mdi windows. The buttons are coded like this @ 15, 3 ADD BUTTON  oBtn1_3_1 PROMPT "Kaskadieren" ;            BITMAP "WinCascade" ...
by StefanHaupt
Sun Jun 24, 2012 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid with Ribbon-Button
Replies: 4
Views: 843

Re: ADS : DbSetFilter VS SQL Statement?

... ensures the data residing in two or more related tables remains consistent. You can have a RI rule to either restrict changing or to perform a cascade change of a foreign key when a primary key is changed or the record is deleted. Field constraints as well as record level constraints will ensure ...
by reinaldocrespo
Wed May 30, 2012 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS : DbSetFilter VS SQL Statement?
Replies: 6
Views: 3021

Ajustar Browse a Ventana

... BANCO->BCO_CUENTA } oBrw:SetRDD() oBrw:CreateFromCode() oWndBCO:SetControl(oBrw) ACTIVATE WINDOW oWndBCO ; ON INIT oBrw:Refresh() ; oWndPrinc:cascade() oWndBCO:oClient = oBrw oWndBCO:Show() //-----Fin de codigo http://img441.imageshack.us/img441/9403/browsere.jpg
by Compuin
Sun Feb 20, 2011 10:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar Browse a Ventana
Replies: 5
Views: 793

Re: vTaskBar on the left MDIChild Window on the Right

... Changing these two lines to maximize the MDI child window before setting focus, will fix a screen that has been messed up by the user selecting to cascade, split vertically, or horizontally the open windows. Regards, James oPanel1:AddLink( "Providers", {|| oWnd1:maximize(), oWnd1:setfocus()}, ...
by James Bott
Tue Sep 28, 2010 10:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: vTaskBar on the left MDIChild Window on the Right
Replies: 14
Views: 4556
Next

Return to advanced search